* eshell/em-term.el (cl-lib): Require `cl-lib'.
authorTassilo Horn <tsdh@gnu.org>
Mon, 3 Jun 2013 18:12:51 +0000 (20:12 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 3 Jun 2013 18:12:51 +0000 (20:12 +0200)
lisp/ChangeLog
lisp/eshell/em-term.el

index 39a5d3c74ed8fdb9cb8ea604eaaba22e516cb8a6..f21881028b0904e7375c797b16cdcf8411652774 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-03  Tassilo Horn  <tsdh@gnu.org>
+
+       * eshell/em-term.el (cl-lib): Require `cl-lib'.
+
 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/lisp.el: Use lexical-binding.
index 0501544789d24f60103dde6a59fad82126a7e8a3..f30aad305e49a2ad32ee46e177b70c4c324bd390 100644 (file)
@@ -31,6 +31,7 @@
 
 ;;; Code:
 
+(require 'cl-lib)
 (require 'esh-util)
 (require 'esh-ext)
 (eval-when-compile (require 'eshell))